websocket: improve frame parsing#3447
Conversation
|
I'd prefer if there was a benchmark to measure the change. |
|
As an example, the 256Kib receive benchmark is 1.2x faster. |
|
Benchmarking websockets is hard and there is no benchmark to verify. |
It is a simple benchmark using console.time. |
This comment was marked as outdated.
This comment was marked as outdated.
|
I'd prefer a benchmark that uses WebSocket, not websocket internals. If #3203 could be completed, and then this PR benchmarked against that, I wouldn't have any complaints. |
22d310a to
a6b399a
Compare
|
@KhafraDev Would you be able to revisit this? This is the result of the #3203's of benchmarks. before / after > $ node ./benchmarks/websocket-benchmark.mjs
(node:11148) [UNDICI-WSS] Warning: WebSocketStream is experimental! Expect it to change at any time.
(Use `node --trace-warnings ...` to show where the warning was created)
undici [binary]: transferred 95.78MiB Bytes/s
undici [string]: transferred 92.98MiB Bytes/s
undici - stream [binary]: transferred 95.93MiB Bytes/s
undici - stream [string]: transferred 97.00MiB Bytes/s
ws [binary]: transferred 125.82MiB Bytes/s
ws [string]: transferred 117.20MiB Bytes/s
> $ node ./benchmarks/websocket-benchmark.mjs
(node:3924) [UNDICI-WSS] Warning: WebSocketStream is experimental! Expect it to change at any time.
(Use `node --trace-warnings ...` to show where the warning was created)
undici [binary]: transferred 113.48MiB Bytes/s
undici [string]: transferred 112.11MiB Bytes/s
undici - stream [binary]: transferred 106.25MiB Bytes/s
undici - stream [string]: transferred 91.41MiB Bytes/s
ws [binary]: transferred 122.96MiB Bytes/s
ws [string]: transferred 114.50MiB Bytes/s |
|
@KhafraDev ping |
KhafraDev
left a comment
There was a problem hiding this comment.
I was hoping to have the websocket benchmarks landed first, but ultimately nothing is stopping this landing.
## [1.11.3](v1.11.2...v1.11.3) (2025-02-04) ### Bug Fixes * **deps:** bump the production-dependencies group with 3 updates ([#203](#203)) ([8e85a3c](8e85a3c)), closes [#665](https://github.com/actions/create-github-app-token/issues/665) [#665](https://github.com/actions/create-github-app-token/issues/665) [#663](https://github.com/actions/create-github-app-token/issues/663) [#662](https://github.com/actions/create-github-app-token/issues/662) [#661](https://github.com/actions/create-github-app-token/issues/661) [#659](https://github.com/actions/create-github-app-token/issues/659) [#660](https://github.com/actions/create-github-app-token/issues/660) [#658](https://github.com/actions/create-github-app-token/issues/658) [#656](https://github.com/actions/create-github-app-token/issues/656) [#657](https://github.com/actions/create-github-app-token/issues/657) [#655](https://github.com/actions/create-github-app-token/issues/655) [#731](https://github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](nodejs/undici#4016) [nodejs/undici#4017](nodejs/undici#4017) [nodejs/undici#4018](nodejs/undici#4018) [nodejs/undici#4008](nodejs/undici#4008) [nodejs/undici#3991](nodejs/undici#3991) [nodejs/undici#4001](nodejs/undici#4001) [nodejs/undici#3980](nodejs/undici#3980) [nodejs/undici#4003](nodejs/undici#4003) [nodejs/undici#3965](nodejs/undici#3965) [nodejs/undici#4002](nodejs/undici#4002) [nodejs/undici#4006](nodejs/undici#4006) [nodejs/undici#3956](nodejs/undici#3956) [nodejs/undici#3964](nodejs/undici#3964) [nodejs/undici#3447](nodejs/undici#3447) [#3966](https://github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](nodejs/undici#3967) [nodejs/undici#3971](nodejs/undici#3971) [nodejs/undici#3954](nodejs/undici#3954) [nodejs/undici#3972](nodejs/undici#3972) [nodejs/undici#3974](nodejs/undici#3974) [nodejs/undici#3976](nodejs/undici#3976) [#3975](https://github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](nodejs/undici#3977) [nodejs/undici#3978](nodejs/undici#3978) [nodejs/undici#3981](nodejs/undici#3981) [nodejs/undici#3983](nodejs/undici#3983) [nodejs/undici#3986](nodejs/undici#3986) [#4021](https://github.com/actions/create-github-app-token/issues/4021) [#4018](https://github.com/actions/create-github-app-token/issues/4018) [#4017](https://github.com/actions/create-github-app-token/issues/4017) [#4016](https://github.com/actions/create-github-app-token/issues/4016) [#4008](https://github.com/actions/create-github-app-token/issues/4008) [#4007](https://github.com/actions/create-github-app-token/issues/4007) [#4006](https://github.com/actions/create-github-app-token/issues/4006) [#3965](https://github.com/actions/create-github-app-token/issues/3965)
…→ v1.11.3 ) (#461) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v1.11.2` -> `v1.11.3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTguMSIsInVwZGF0ZWRJblZlciI6IjM5LjE1OC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v1.11.2` -> `v1.11.3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v1.11.2` -> `v1.11.3` | | [external-dns](https://redirect.github.com/kubernetes-sigs/external-dns) | | patch | `1.15.0` -> `1.15.1` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `dd74661` -> `9e8d078` | | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | patch | `v41.0.8` -> `v41.0.13` | | [traefik/whoami](https://redirect.github.com/traefik/whoami) | | patch | `v1.10.3` -> `v1.10.4` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) </details> <details> <summary>renovatebot/github-action (renovatebot/github-action)</summary> ### [`v41.0.13`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.13) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.12...v41.0.13) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v39.164.1 ([e83265a](https://redirect.github.com/renovatebot/github-action/commit/e83265ae1b6648fc677bdafcb353336745a13e0e)) - update references to renovatebot/github-action to v41.0.12 ([13543ad](https://redirect.github.com/renovatebot/github-action/commit/13543adc84d9f1b2fdd43b78acd4449f10c31856)) ##### Miscellaneous Chores - **deps:** update commitlint monorepo to v19.7.1 ([9e2a6db](https://redirect.github.com/renovatebot/github-action/commit/9e2a6dbf96ed69c3810dfea09b50828bb63c6739)) - **deps:** update dependency typescript-eslint to v8.22.0 ([804d790](https://redirect.github.com/renovatebot/github-action/commit/804d7903494d2419419fba44e72f2512796fbf95)) - **deps:** update pnpm to v9.15.5 ([74e7761](https://redirect.github.com/renovatebot/github-action/commit/74e7761e535a122585086d3cac7ac30effdc20d2)) - **deps:** update pnpm/action-setup action to v4.1.0 ([32ac06d](https://redirect.github.com/renovatebot/github-action/commit/32ac06ddb5521bbff4d3dbadcba3141eda4e4892)) ##### Build System - **deps:** lock file maintenance ([3a55f60](https://redirect.github.com/renovatebot/github-action/commit/3a55f60c7b850aeb0303bdf4b580ccebe0d0b8e8)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.156.2 ([94c58f1](https://redirect.github.com/renovatebot/github-action/commit/94c58f1f9bca203cfd3fb2dd5778c73c5dd993a7)) - **deps:** update renovate docker tag to v39.157.0 ([d667f67](https://redirect.github.com/renovatebot/github-action/commit/d667f678587584e08115b1c204719d27aacefcbe)) - **deps:** update renovate docker tag to v39.158.1 ([2a3ea18](https://redirect.github.com/renovatebot/github-action/commit/2a3ea1893164feda5e804f99c10a5b51aeb86918)) - **deps:** update renovate docker tag to v39.158.2 ([762a70c](https://redirect.github.com/renovatebot/github-action/commit/762a70cf1fb5507f9ba6ab623e9fbf13a59778d2)) - **deps:** update renovate docker tag to v39.159.0 ([7b0b7a1](https://redirect.github.com/renovatebot/github-action/commit/7b0b7a16e3b5b37716618df05e9908c526de003f)) - **deps:** update renovate docker tag to v39.160.1 ([d1f6107](https://redirect.github.com/renovatebot/github-action/commit/d1f6107f96ba87a580190ab7420f068be48b48f7)) - **deps:** update renovate docker tag to v39.161.0 ([9830fc3](https://redirect.github.com/renovatebot/github-action/commit/9830fc31741cf313f741224a4199fa389051b98f)) - **deps:** update renovate docker tag to v39.161.2 ([c48ffea](https://redirect.github.com/renovatebot/github-action/commit/c48ffead91b0b4a1bece2a2edb1d0a64e520c2b0)) - **deps:** update renovate docker tag to v39.161.3 ([6ae693e](https://redirect.github.com/renovatebot/github-action/commit/6ae693e83f3b1c47db6ab1606d21752683d4b21d)) - **deps:** update renovate docker tag to v39.161.4 ([086a836](https://redirect.github.com/renovatebot/github-action/commit/086a8362c2b3bdac01f36f7bf39b65380a9b94c9)) - **deps:** update renovate docker tag to v39.161.5 ([a49bf26](https://redirect.github.com/renovatebot/github-action/commit/a49bf2642dd65b221acd7a736a8ad925cd5a9667)) - **deps:** update renovate docker tag to v39.161.6 ([b362fa6](https://redirect.github.com/renovatebot/github-action/commit/b362fa6afef4cb01441020936382213998cb58ee)) - **deps:** update renovate docker tag to v39.162.1 ([6431a4b](https://redirect.github.com/renovatebot/github-action/commit/6431a4b3f28821c6a95b97dbfbfce6de30df09a9)) - **deps:** update renovate docker tag to v39.162.2 ([6836777](https://redirect.github.com/renovatebot/github-action/commit/6836777639e514e36a1a5aac6994645362f98da8)) - **deps:** update renovate docker tag to v39.162.3 ([285415e](https://redirect.github.com/renovatebot/github-action/commit/285415e09fb22835c1de36b47d1ac5f767dc4b5a)) - **deps:** update renovate docker tag to v39.163.0 ([3d8de2c](https://redirect.github.com/renovatebot/github-action/commit/3d8de2c6a376601b7e0174de8a7927f48bc06182)) - **deps:** update renovate docker tag to v39.164.0 ([5b6670d](https://redirect.github.com/renovatebot/github-action/commit/5b6670d4701b1763ff229d57ed8d7a4e095c187e)) - **deps:** update renovate docker tag to v39.164.1 ([7b37579](https://redirect.github.com/renovatebot/github-action/commit/7b375798423723026fcfde828fc960fe5cff919b)) ### [`v41.0.12`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.12) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.11...v41.0.12) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v39.156.1 ([6ff5904](https://redirect.github.com/renovatebot/github-action/commit/6ff5904550557153d94c6f63f31e44dbd94340c4)) - update references to renovatebot/github-action to v41.0.11 ([840f63e](https://redirect.github.com/renovatebot/github-action/commit/840f63e2c1ae03dfb7114018985bf7c3457fd1e6)) ##### Miscellaneous Chores - **deps:** update actions/setup-node action to v4.2.0 ([da640a3](https://redirect.github.com/renovatebot/github-action/commit/da640a3289ed307016d4782b1d66fa2a298a37fb)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.15 ([0a13ea2](https://redirect.github.com/renovatebot/github-action/commit/0a13ea2dbaf6c87ea1a8e1b64b31166514616023)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.16 ([aad5599](https://redirect.github.com/renovatebot/github-action/commit/aad559942168762a40a29e3708313895e7b18289)) - **deps:** update dependency lint-staged to v15.4.2 ([0cfd395](https://redirect.github.com/renovatebot/github-action/commit/0cfd395e7177697866a944422a38f31ad5f24fe9)) - **deps:** update dependency lint-staged to v15.4.3 ([90f9ffd](https://redirect.github.com/renovatebot/github-action/commit/90f9ffdf9ccf54f0782bebed763ed32851ba292f)) - **deps:** update dependency typescript-eslint to v8.21.0 ([26e3767](https://redirect.github.com/renovatebot/github-action/commit/26e3767cac3a442d078549d077b561fb0b40d320)) - **deps:** update linters to v9.19.0 ([dc9e50f](https://redirect.github.com/renovatebot/github-action/commit/dc9e50fa18b07e005e5789f2a35e17e77193e7a1)) ##### Build System - **deps:** lock file maintenance ([c646737](https://redirect.github.com/renovatebot/github-action/commit/c646737305cbb6143e6040c2da5f82616f3ff83f)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.135.1 ([4fcfb7c](https://redirect.github.com/renovatebot/github-action/commit/4fcfb7ce67c9c689df9afd723544b1663e3c155f)) - **deps:** update renovate docker tag to v39.136.0 ([cedf67e](https://redirect.github.com/renovatebot/github-action/commit/cedf67eb6856a6efb8fd241281e5330d9c1e0d65)) - **deps:** update renovate docker tag to v39.136.1 ([99d7653](https://redirect.github.com/renovatebot/github-action/commit/99d7653e846491d421f1c1c6ff6dda06190eb000)) - **deps:** update renovate docker tag to v39.137.0 ([82aac2e](https://redirect.github.com/renovatebot/github-action/commit/82aac2ee444df6044bf89fd49f39ce47b68c7a9f)) - **deps:** update renovate docker tag to v39.137.1 ([45b12c2](https://redirect.github.com/renovatebot/github-action/commit/45b12c24e81fbd7e8705dcbcdce5863d19d276c0)) - **deps:** update renovate docker tag to v39.137.2 ([27ac8ca](https://redirect.github.com/renovatebot/github-action/commit/27ac8cac4a8f408b0fdb2e4baf85ee396070e62d)) - **deps:** update renovate docker tag to v39.138.0 ([9fb9d1b](https://redirect.github.com/renovatebot/github-action/commit/9fb9d1b6f0161bf0bfec762079559862a1340bd2)) - **deps:** update renovate docker tag to v39.138.2 ([7bea063](https://redirect.github.com/renovatebot/github-action/commit/7bea063613a595eec84f82aff438b6aa989daa9e)) - **deps:** update renovate docker tag to v39.139.0 ([4988301](https://redirect.github.com/renovatebot/github-action/commit/4988301fe9bdc7a2fa22b2589e9e35ddd8f3616b)) - **deps:** update renovate docker tag to v39.140.0 ([bc40d1f](https://redirect.github.com/renovatebot/github-action/commit/bc40d1f7aa0651c9ccb1668fa042a9210dc93919)) - **deps:** update renovate docker tag to v39.140.1 ([8f087ea](https://redirect.github.com/renovatebot/github-action/commit/8f087ea561ba6cbe577bd68e56505685f4af30ef)) - **deps:** update renovate docker tag to v39.140.2 ([5b7b885](https://redirect.github.com/renovatebot/github-action/commit/5b7b885a8b2cf38fbe4d496567be4e3d421608d7)) - **deps:** update renovate docker tag to v39.141.0 ([000db1c](https://redirect.github.com/renovatebot/github-action/commit/000db1c39c92d1eefa9acba815d5495699f9119e)) - **deps:** update renovate docker tag to v39.142.0 ([8bf6d40](https://redirect.github.com/renovatebot/github-action/commit/8bf6d40927948181019e170e3bed2823df67cd50)) - **deps:** update renovate docker tag to v39.144.2 ([f535ee2](https://redirect.github.com/renovatebot/github-action/commit/f535ee27e5dc57403d5928f3db84b083ee940100)) - **deps:** update renovate docker tag to v39.144.4 ([38c56d6](https://redirect.github.com/renovatebot/github-action/commit/38c56d6c91584dd88f72a74ee3ac20ff9644e233)) - **deps:** update renovate docker tag to v39.145.0 ([7d65739](https://redirect.github.com/renovatebot/github-action/commit/7d6573964148189696240bb3a333cb2b5470d647)) - **deps:** update renovate docker tag to v39.145.1 ([bc512cf](https://redirect.github.com/renovatebot/github-action/commit/bc512cfad0d7fc45f1bc717be7327d9022469d06)) - **deps:** update renovate docker tag to v39.146.1 ([144d75c](https://redirect.github.com/renovatebot/github-action/commit/144d75c2904a5d5b9cfae304a9019be4d1e5efbc)) - **deps:** update renovate docker tag to v39.146.2 ([71c847c](https://redirect.github.com/renovatebot/github-action/commit/71c847c8e5e7e0bd6ba1dbc761203ca349450064)) - **deps:** update renovate docker tag to v39.146.3 ([fa42c46](https://redirect.github.com/renovatebot/github-action/commit/fa42c46ec6c5d718225144d5e539a1ba02b20e00)) - **deps:** update renovate docker tag to v39.149.0 ([e3cd1c5](https://redirect.github.com/renovatebot/github-action/commit/e3cd1c58b3208f97cd1b1f906c5e58ff980313eb)) - **deps:** update renovate docker tag to v39.151.0 ([afc6304](https://redirect.github.com/renovatebot/github-action/commit/afc630474892000934f6db291cddd425843e3ade)) - **deps:** update renovate docker tag to v39.153.1 ([eae5916](https://redirect.github.com/renovatebot/github-action/commit/eae5916b4065adb15def39eb46b6c689d403d550)) - **deps:** update renovate docker tag to v39.156.1 ([8bb9eb9](https://redirect.github.com/renovatebot/github-action/commit/8bb9eb93e6beb9ff5a25029b9e1908afcf7a883d)) ### [`v41.0.11`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.11) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.10...v41.0.11) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v39.134.0 ([8a6f847](https://redirect.github.com/renovatebot/github-action/commit/8a6f847c9b6de4fa794365d47049a2d97f38a8cb)) - update references to renovatebot/github-action to v41.0.10 ([1ea0e86](https://redirect.github.com/renovatebot/github-action/commit/1ea0e86e399c29313dd2903a64a3404a30c52ed1)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.13 ([b9084b4](https://redirect.github.com/renovatebot/github-action/commit/b9084b4610b46b483959ea8b344b94df966914f1)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.14 ([0786400](https://redirect.github.com/renovatebot/github-action/commit/07864001223e4cf01a566cf59d0a4f6046ad2a03)) - **deps:** update dependency lint-staged to v15.4.0 ([1391682](https://redirect.github.com/renovatebot/github-action/commit/1391682f69adfc54abb7d7e7227c4557f0482482)) - **deps:** update dependency lint-staged to v15.4.1 ([d431925](https://redirect.github.com/renovatebot/github-action/commit/d431925a54b0417c5fcfe972b631737475333844)) - **deps:** update dependency typescript-eslint to v8.20.0 ([0c61906](https://redirect.github.com/renovatebot/github-action/commit/0c6190660535e665b3eb7d31c91fa0145d425b6f)) - **deps:** update node.js to v20.18.2 ([9e9d7fa](https://redirect.github.com/renovatebot/github-action/commit/9e9d7fa0870e6b4f351139e0dccc59a9546fdd99)) - **deps:** update pnpm to v9.15.4 ([f9da1f8](https://redirect.github.com/renovatebot/github-action/commit/f9da1f84c952ce3c5a4c4f713ba587bb30845eee)) ##### Build System - **deps:** lock file maintenance ([64cd40c](https://redirect.github.com/renovatebot/github-action/commit/64cd40cec07853bccefdeb228fd67fa8a5d0d333)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.117.3 ([db52bef](https://redirect.github.com/renovatebot/github-action/commit/db52bef355774f760d0bcf9018f102f9851a5d2f)) - **deps:** update renovate docker tag to v39.118.0 ([b4aade1](https://redirect.github.com/renovatebot/github-action/commit/b4aade1dea41f3e5f2d56e89e7af4eafca7366fb)) - **deps:** update renovate docker tag to v39.118.1 ([e0087f4](https://redirect.github.com/renovatebot/github-action/commit/e0087f4276b719b51b69168adc5aee9d06410ff3)) - **deps:** update renovate docker tag to v39.118.2 ([5ddffc6](https://redirect.github.com/renovatebot/github-action/commit/5ddffc68972ca595f80ea1c28b4b0da15c015ba7)) - **deps:** update renovate docker tag to v39.118.3 ([2b813af](https://redirect.github.com/renovatebot/github-action/commit/2b813af60171ad338ee9f119231650c8c7dd6a53)) - **deps:** update renovate docker tag to v39.118.4 ([9c29118](https://redirect.github.com/renovatebot/github-action/commit/9c2911823add3357e9cfa202f9824bfdb59a0bf5)) - **deps:** update renovate docker tag to v39.118.5 ([62fa556](https://redirect.github.com/renovatebot/github-action/commit/62fa5562c2263a8dbfff3a5900a728a098ac7f06)) - **deps:** update renovate docker tag to v39.119.0 ([ec1cc42](https://redirect.github.com/renovatebot/github-action/commit/ec1cc4227e01f6a39412a8e5952d3b4176ad4960)) - **deps:** update renovate docker tag to v39.119.1 ([85912a0](https://redirect.github.com/renovatebot/github-action/commit/85912a0d4ada3e7e354cec2568a3c6df54a24c7d)) - **deps:** update renovate docker tag to v39.120.0 ([610dacf](https://redirect.github.com/renovatebot/github-action/commit/610dacf505697f8e15ab3cadf95133b311a8de7a)) - **deps:** update renovate docker tag to v39.120.2 ([b91e0a6](https://redirect.github.com/renovatebot/github-action/commit/b91e0a69628b3f5c8a1cbc0c75f8237c7e76cb29)) - **deps:** update renovate docker tag to v39.120.3 ([6b6fcd4](https://redirect.github.com/renovatebot/github-action/commit/6b6fcd4ece93e90f3ab51e0931ae905e1c665b18)) - **deps:** update renovate docker tag to v39.120.4 ([282d862](https://redirect.github.com/renovatebot/github-action/commit/282d86278a5953434adc1242c9aca85f10297b26)) - **deps:** update renovate docker tag to v39.122.0 ([cec240a](https://redirect.github.com/renovatebot/github-action/commit/cec240a6f6575db6bc99508a3532b033b7de2695)) - **deps:** update renovate docker tag to v39.122.1 ([75a15aa](https://redirect.github.com/renovatebot/github-action/commit/75a15aa8157f0e5b4516fcee4f27e0deee725f4d)) - **deps:** update renovate docker tag to v39.122.3 ([c7872db](https://redirect.github.com/renovatebot/github-action/commit/c7872dba32128d59b42cfe86de7c3aa21a45db16)) - **deps:** update renovate docker tag to v39.123.0 ([1574276](https://redirect.github.com/renovatebot/github-action/commit/15742764f038bfc95cf60ee41c7ae344f39ec3df)) - **deps:** update renovate docker tag to v39.124.0 ([0183c30](https://redirect.github.com/renovatebot/github-action/commit/0183c3012a4af62389ad626233bf9033c22b75c3)) - **deps:** update renovate docker tag to v39.125.1 ([e01f8e9](https://redirect.github.com/renovatebot/github-action/commit/e01f8e95e1453205338e1a7bd867dcd820a03471)) - **deps:** update renovate docker tag to v39.126.0 ([73937d2](https://redirect.github.com/renovatebot/github-action/commit/73937d2d819af5d2546b9174b548404d4184fa17)) - **deps:** update renovate docker tag to v39.126.1 ([197571e](https://redirect.github.com/renovatebot/github-action/commit/197571e580037512ea3022bc22388760ec583ee6)) - **deps:** update renovate docker tag to v39.128.0 ([f817841](https://redirect.github.com/renovatebot/github-action/commit/f817841220ef3a968ad4eaee56ce301b5f568392)) - **deps:** update renovate docker tag to v39.129.0 ([e7c4a08](https://redirect.github.com/renovatebot/github-action/commit/e7c4a089fca76d2a10a3d0b12748f69f3deb5e97)) - **deps:** update renovate docker tag to v39.131.0 ([c10a511](https://redirect.github.com/renovatebot/github-action/commit/c10a511d13e1af0398f416f50d4dd01286988ca1)) - **deps:** update renovate docker tag to v39.132.1 ([d5e0876](https://redirect.github.com/renovatebot/github-action/commit/d5e0876164455e126282f3d688de61ce246352be)) - **deps:** update renovate docker tag to v39.133.2 ([5f92038](https://redirect.github.com/renovatebot/github-action/commit/5f920382dd2391eb8bbb99598b3b9b3a09ac79c2)) - **deps:** update renovate docker tag to v39.133.3 ([65396f7](https://redirect.github.com/renovatebot/github-action/commit/65396f7745fc8800744f2c36988d6c4c17daa204)) - **deps:** update renovate docker tag to v39.133.4 ([9b370c6](https://redirect.github.com/renovatebot/github-action/commit/9b370c61a6051ddf72c791ec6a2b275b2f4a198b)) - **deps:** update renovate docker tag to v39.134.0 ([bb6fc57](https://redirect.github.com/renovatebot/github-action/commit/bb6fc57fb32a2f98e767bc7221ccffd96cd930ea)) ### [`v41.0.10`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.10) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.9...v41.0.10) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v39.117.2 ([9e75352](https://redirect.github.com/renovatebot/github-action/commit/9e753522d6ac00e785509673281fdfa3158981ed)) - update references to renovatebot/github-action to v41.0.9 ([eed61f7](https://redirect.github.com/renovatebot/github-action/commit/eed61f77bda53a9dae0b9c2af867558e6f414d3b)) ##### Miscellaneous Chores - **deps:** update linters to v9.18.0 ([2adb4e1](https://redirect.github.com/renovatebot/github-action/commit/2adb4e169a3becd75de3985ed57f18cb37c0dcb4)) ##### Build System - **deps:** lock file maintenance ([e3c81ef](https://redirect.github.com/renovatebot/github-action/commit/e3c81ef92ae054af2b06ebc3bdce7fa17e7de7e5)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.109.0 ([93eb1b1](https://redirect.github.com/renovatebot/github-action/commit/93eb1b1d4b8c3ef2e7853ae8bd4d1f4a36bb1a8a)) - **deps:** update renovate docker tag to v39.111.0 ([93b4328](https://redirect.github.com/renovatebot/github-action/commit/93b43289952d5cc6bfe1bb82f4d781b35df52095)) - **deps:** update renovate docker tag to v39.113.0 ([6ed8aa8](https://redirect.github.com/renovatebot/github-action/commit/6ed8aa886f0465fbb958e345e85c9c96a180362d)) - **deps:** update renovate docker tag to v39.116.0 ([36d32e4](https://redirect.github.com/renovatebot/github-action/commit/36d32e4b42eefabf8e3e797d2ee74ff586b62d5f)) - **deps:** update renovate docker tag to v39.116.1 ([c319df4](https://redirect.github.com/renovatebot/github-action/commit/c319df4c589bcab420b8ec33bf97ede92b922216)) - **deps:** update renovate docker tag to v39.117.2 ([d5a0fb7](https://redirect.github.com/renovatebot/github-action/commit/d5a0fb7a1bf0f7b076ae31592e886fcd6484c1ae)) ### [`v41.0.9`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.9) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.8...v41.0.9) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.11 ([ac995f8](https://redirect.github.com/renovatebot/github-action/commit/ac995f89265f3571fa6914355312237a81cf9c1f)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.12 ([c6759f5](https://redirect.github.com/renovatebot/github-action/commit/c6759f55e545421fa588359b3b745d79dad675a7)) - **deps:** update dependency semantic-release to v24.2.1 ([2e8f00a](https://redirect.github.com/renovatebot/github-action/commit/2e8f00a090f0e8081ef973feefeb07b7d6983b16)) - **deps:** update dependency typescript-eslint to v8.19.0 ([0cf177f](https://redirect.github.com/renovatebot/github-action/commit/0cf177fa3426a7537eba6ebb2f4a6ff51a785ab9)) - **deps:** update dependency typescript-eslint to v8.19.1 ([9850354](https://redirect.github.com/renovatebot/github-action/commit/9850354365743283250e0cb5b32c6dcef6819104)) - **deps:** update pnpm to v9.15.3 ([9584d94](https://redirect.github.com/renovatebot/github-action/commit/9584d94dfcbc2de0052dd8f6285eb2da6c9f5b36)) ##### Build System - **deps:** update dependency typescript to v5.7.3 ([c7fc04f](https://redirect.github.com/renovatebot/github-action/commit/c7fc04fdaec372f8916a7e0e2ef5fd31d279907c)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.100.0 ([30e644e](https://redirect.github.com/renovatebot/github-action/commit/30e644e9e28ec57321e8fcacdfdce0d9115f1108)) - **deps:** update renovate docker tag to v39.100.1 ([24d0c81](https://redirect.github.com/renovatebot/github-action/commit/24d0c81d7bfc4dfabf2e085cea68bd50318730b4)) - **deps:** update renovate docker tag to v39.106.0 ([2b5b0b7](https://redirect.github.com/renovatebot/github-action/commit/2b5b0b7eac159595cf6862c921a5d6f180ee3019)) - **deps:** update renovate docker tag to v39.106.1 ([0e78ef2](https://redirect.github.com/renovatebot/github-action/commit/0e78ef205730a52e4b93e79ed72ac956836546e5)) - **deps:** update renovate docker tag to v39.107.0 ([a66ffb9](https://redirect.github.com/renovatebot/github-action/commit/a66ffb9f03774ea4d119e1ad1b372261a01762f7)) - **deps:** update renovate docker tag to v39.107.2 ([ac7efcb](https://redirect.github.com/renovatebot/github-action/commit/ac7efcbf2112088923aa9fcea0ebafe7ba522716)) - **deps:** update renovate docker tag to v39.91.1 ([81aa34c](https://redirect.github.com/renovatebot/github-action/commit/81aa34c9c30ba3a038247562277f354316599407)) - **deps:** update renovate docker tag to v39.91.2 ([0960bc7](https://redirect.github.com/renovatebot/github-action/commit/0960bc714f896b754a822b5905b89a5bf695096c)) - **deps:** update renovate docker tag to v39.91.3 ([22171c8](https://redirect.github.com/renovatebot/github-action/commit/22171c8deb93041c8e6026f4be1f1df5ef24b411)) - **deps:** update renovate docker tag to v39.91.4 ([05db8e8](https://redirect.github.com/renovatebot/github-action/commit/05db8e807c027d68e7f1d1590dd766ac3c13c928)) - **deps:** update renovate docker tag to v39.92.0 ([1dfc65b](https://redirect.github.com/renovatebot/github-action/commit/1dfc65b11791e6499c975ddf35170f38470b6c1e)) - **deps:** update renovate docker tag to v39.93.0 ([c2c4618](https://redirect.github.com/renovatebot/github-action/commit/c2c46186172afea24099fa6e39aa08dcc42eb634)) - **deps:** update renovate docker tag to v39.95.0 ([a02b997](https://redirect.github.com/renovatebot/github-action/commit/a02b997ec424cb5d0d882ee0607d0cffe4aa98b9)) - **deps:** update renovate docker tag to v39.96.0 ([e881b07](https://redirect.github.com/renovatebot/github-action/commit/e881b07ac6c45d480b74f6fa72f55370d5ba12f8)) - **deps:** update renovate docker tag to v39.96.1 ([76d731b](https://redirect.github.com/renovatebot/github-action/commit/76d731b14a8acfb82fcbdcd65f5fbe43284392e2)) - **deps:** update renovate docker tag to v39.96.2 ([f9cb8c1](https://redirect.github.com/renovatebot/github-action/commit/f9cb8c108490d21bde803e172a6bdf0454e0f2f8)) - **deps:** update renovate docker tag to v39.97.0 ([e6adcb3](https://redirect.github.com/renovatebot/github-action/commit/e6adcb3ed48ebd666e91176085c0e326539e96de)) - **deps:** update renovate docker tag to v39.98.0 ([e998aa9](https://redirect.github.com/renovatebot/github-action/commit/e998aa92e90630c41949af574644f37f818b5a6e)) - **deps:** update renovate docker tag to v39.99.0 ([23649a9](https://redirect.github.com/renovatebot/github-action/commit/23649a91b5bc24cdfcb06c0139b08ca57eafda4a)) - **deps:** update wagoid/commitlint-github-action action to v6.2.1 ([68bfdaf](https://redirect.github.com/renovatebot/github-action/commit/68bfdafefc902bf440c394c3fd81231d61964eec)) </details> <details> <summary>traefik/whoami (traefik/whoami)</summary> ### [`v1.10.4`](https://redirect.github.com/traefik/whoami/releases/tag/v1.10.4) [Compare Source](https://redirect.github.com/traefik/whoami/compare/v1.10.3...v1.10.4) #### Changelog - [`4c339e1`](https://redirect.github.com/traefik/whoami/commit/4c339e1) chore(ci): upgrade go to v1.23 and linter - [`b49779d`](https://redirect.github.com/traefik/whoami/commit/b49779d) feat: add issue template </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/komailo/helm-charts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJwYXRjaCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Komail Kanjee <1796298+komailo@users.noreply.github.com>
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token)
| action | patch | `v1.11.1` -> `v1.11.6` |
|
[actions/download-artifact](https://redirect.github.com/actions/download-artifact)
| action | patch | `v4.1.8` -> `v4.1.9` |
| [actions/setup-go](https://redirect.github.com/actions/setup-go) |
action | minor | `v5.2.0` -> `v5.3.0` |
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
action | minor | `v4.1.0` -> `v4.2.0` |
|
[actions/upload-artifact](https://redirect.github.com/actions/upload-artifact)
| action | patch | `v4.6.0` -> `v4.6.1` |
| [anchore/sbom-action](https://redirect.github.com/anchore/sbom-action)
| action | minor | `v0.17.9` -> `v0.18.0` |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| action | patch | `v3.28.1` -> `v3.28.11` |
|
[goreleaser/goreleaser-action](https://redirect.github.com/goreleaser/goreleaser-action)
| action | minor | `v6.1.0` -> `v6.2.1` |
|
[morphy/revive-action](https://redirect.github.com/morphy2k/revive-action)
| docker | digest | `793c4e8` -> `28eca8b` |
|
[ossf/scorecard-action](https://redirect.github.com/ossf/scorecard-action)
| action | patch | `v2.4.0` -> `v2.4.1` |
| [zarf-dev/zarf](https://redirect.github.com/zarf-dev/zarf) | | minor |
`v0.46.0` -> `v0.49.1` |
---
### Release Notes
<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>
###
[`v1.11.6`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.6)
[Compare
Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.5...v1.11.6)
##### Bug Fixes
- **deps:** bump the production-dependencies group with 2 updates
([#​210](https://redirect.github.com/actions/create-github-app-token/issues/210))
([1ff1dea](https://redirect.github.com/actions/create-github-app-token/commit/1ff1dea6a9d1de5b4795e5314291e04acc63c38b))
###
[`v1.11.5`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.5)
[Compare
Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.4...v1.11.5)
##### Bug Fixes
- **deps:** bump
[@​octokit/request](https://redirect.github.com/octokit/request)
from 9.2.0 to 9.2.2
([#​209](https://redirect.github.com/actions/create-github-app-token/issues/209))
([8cedd97](https://redirect.github.com/actions/create-github-app-token/commit/8cedd97af185a345311c6ff53158738940cfef67)),
closes
[#​740](https://redirect.github.com/actions/create-github-app-token/issues/740)
[#​738](https://redirect.github.com/actions/create-github-app-token/issues/738)
[#​740](https://redirect.github.com/actions/create-github-app-token/issues/740)
[#​737](https://redirect.github.com/actions/create-github-app-token/issues/737)
[#​738](https://redirect.github.com/actions/create-github-app-token/issues/738)
[#​736](https://redirect.github.com/actions/create-github-app-token/issues/736)
[#​735](https://redirect.github.com/actions/create-github-app-token/issues/735)
[#​734](https://redirect.github.com/actions/create-github-app-token/issues/734)
[#​733](https://redirect.github.com/actions/create-github-app-token/issues/733)
[#​732](https://redirect.github.com/actions/create-github-app-token/issues/732)
- **deps:** bump
[@​octokit/request-error](https://redirect.github.com/octokit/request-error)
from 6.1.6 to 6.1.7
([#​208](https://redirect.github.com/actions/create-github-app-token/issues/208))
([415f6a5](https://redirect.github.com/actions/create-github-app-token/commit/415f6a523daf7072d0ea81f3cdc20426287bd566)),
closes
[#​494](https://redirect.github.com/actions/create-github-app-token/issues/494)
[#​491](https://redirect.github.com/actions/create-github-app-token/issues/491)
[#​490](https://redirect.github.com/actions/create-github-app-token/issues/490)
[#​488](https://redirect.github.com/actions/create-github-app-token/issues/488)
[#​486](https://redirect.github.com/actions/create-github-app-token/issues/486)
[#​487](https://redirect.github.com/actions/create-github-app-token/issues/487)
[#​485](https://redirect.github.com/actions/create-github-app-token/issues/485)
[#​484](https://redirect.github.com/actions/create-github-app-token/issues/484)
###
[`v1.11.4`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.4)
[Compare
Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.3...v1.11.4)
##### Bug Fixes
- **deps:** bump
[@​octokit/endpoint](https://redirect.github.com/octokit/endpoint)
from 10.1.1 to 10.1.3
([#​207](https://redirect.github.com/actions/create-github-app-token/issues/207))
([d30def8](https://redirect.github.com/actions/create-github-app-token/commit/d30def842e4992ac18a35cd1108d776944ab7535)),
closes
[#​507](https://redirect.github.com/actions/create-github-app-token/issues/507)
[#​514](https://redirect.github.com/actions/create-github-app-token/issues/514)
[#​512](https://redirect.github.com/actions/create-github-app-token/issues/512)
[#​511](https://redirect.github.com/actions/create-github-app-token/issues/511)
[#​509](https://redirect.github.com/actions/create-github-app-token/issues/509)
[#​508](https://redirect.github.com/actions/create-github-app-token/issues/508)
[#​507](https://redirect.github.com/actions/create-github-app-token/issues/507)
[#​506](https://redirect.github.com/actions/create-github-app-token/issues/506)
[#​505](https://redirect.github.com/actions/create-github-app-token/issues/505)
[#​504](https://redirect.github.com/actions/create-github-app-token/issues/504)
###
[`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3)
[Compare
Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3)
##### Bug Fixes
- **deps:** bump the production-dependencies group with 3 updates
([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203))
([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)),
closes
[#​665](https://redirect.github.com/actions/create-github-app-token/issues/665)
[#​665](https://redirect.github.com/actions/create-github-app-token/issues/665)
[#​663](https://redirect.github.com/actions/create-github-app-token/issues/663)
[#​662](https://redirect.github.com/actions/create-github-app-token/issues/662)
[#​661](https://redirect.github.com/actions/create-github-app-token/issues/661)
[#​659](https://redirect.github.com/actions/create-github-app-token/issues/659)
[#​660](https://redirect.github.com/actions/create-github-app-token/issues/660)
[#​658](https://redirect.github.com/actions/create-github-app-token/issues/658)
[#​656](https://redirect.github.com/actions/create-github-app-token/issues/656)
[#​657](https://redirect.github.com/actions/create-github-app-token/issues/657)
[#​655](https://redirect.github.com/actions/create-github-app-token/issues/655)
[#​731](https://redirect.github.com/actions/create-github-app-token/issues/731)
[nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016)
[nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017)
[nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018)
[nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008)
[nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991)
[nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001)
[nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980)
[nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003)
[nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965)
[nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002)
[nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006)
[nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956)
[nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964)
[nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447)
[#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966)
[nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967)
[nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971)
[nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954)
[nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972)
[nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974)
[nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976)
[#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975)
[nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977)
[nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978)
[nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981)
[nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983)
[nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986)
[#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021)
[#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018)
[#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017)
[#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016)
[#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008)
[#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007)
[#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006)
[#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965)
###
[`v1.11.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.2)
[Compare
Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.1...v1.11.2)
##### Bug Fixes
- **deps:** bump
[@​octokit/request](https://redirect.github.com/octokit/request)
from 9.1.3 to 9.1.4 in the production-dependencies group
([#​196](https://redirect.github.com/actions/create-github-app-token/issues/196))
([b4192a5](https://redirect.github.com/actions/create-github-app-token/commit/b4192a5b3659c0e5875f868c44727ef4ecc5d579)),
closes
[#​730](https://redirect.github.com/actions/create-github-app-token/issues/730)
[#​730](https://redirect.github.com/actions/create-github-app-token/issues/730)
[#​729](https://redirect.github.com/actions/create-github-app-token/issues/729)
[#​727](https://redirect.github.com/actions/create-github-app-token/issues/727)
[#​726](https://redirect.github.com/actions/create-github-app-token/issues/726)
[#​723](https://redirect.github.com/actions/create-github-app-token/issues/723)
[#​724](https://redirect.github.com/actions/create-github-app-token/issues/724)
[#​722](https://redirect.github.com/actions/create-github-app-token/issues/722)
[#​721](https://redirect.github.com/actions/create-github-app-token/issues/721)
[#​720](https://redirect.github.com/actions/create-github-app-token/issues/720)
[#​719](https://redirect.github.com/actions/create-github-app-token/issues/719)
- **deps:** bump undici from 6.19.8 to 7.2.0
([#​198](https://redirect.github.com/actions/create-github-app-token/issues/198))
([29aa051](https://redirect.github.com/actions/create-github-app-token/commit/29aa0514a79f3b4aa8b1547173a41455949e4bf6)),
closes
[nodejs/undici#3958](https://redirect.github.com/nodejs/undici/issues/3958)
[nodejs/undici#3955](https://redirect.github.com/nodejs/undici/issues/3955)
[nodejs/undici#3962](https://redirect.github.com/nodejs/undici/issues/3962)
[nodejs/undici#3921](https://redirect.github.com/nodejs/undici/issues/3921)
[nodejs/undici#3923](https://redirect.github.com/nodejs/undici/issues/3923)
[nodejs/undici#3925](https://redirect.github.com/nodejs/undici/issues/3925)
[nodejs/undici#3926](https://redirect.github.com/nodejs/undici/issues/3926)
[nodejs/undici#3924](https://redirect.github.com/nodejs/undici/issues/3924)
[nodejs/undici#3933](https://redirect.github.com/nodejs/undici/issues/3933)
[nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916)
[nodejs/undici#3930](https://redirect.github.com/nodejs/undici/issues/3930)
[nodejs/undici#3938](https://redirect.github.com/nodejs/undici/issues/3938)
[#​3937](https://redirect.github.com/actions/create-github-app-token/issues/3937)
[nodejs/undici#3940](https://redirect.github.com/nodejs/undici/issues/3940)
[nodejs/undici#3931](https://redirect.github.com/nodejs/undici/issues/3931)
[nodejs/undici#3941](https://redirect.github.com/nodejs/undici/issues/3941)
[nodejs/undici#3911](https://redirect.github.com/nodejs/undici/issues/3911)
[nodejs/undici#3888](https://redirect.github.com/nodejs/undici/issues/3888)
[nodejs/undici#3939](https://redirect.github.com/nodejs/undici/issues/3939)
[nodejs/undici#3947](https://redirect.github.com/nodejs/undici/issues/3947)
[nodejs/undici#3945](https://redirect.github.com/nodejs/undici/issues/3945)
[nodejs/undici#3916](https://redirect.github.com/nodejs/undici/issues/3916)
[nodejs/undici#3893](https://redirect.github.com/nodejs/undici/issues/3893)
[nodejs/undici#3902](https://redirect.github.com/nodejs/undici/issues/3902)
[#​3901](https://redirect.github.com/actions/create-github-app-token/issues/3901)
[nodejs/undici#3903](https://redirect.github.com/nodejs/undici/issues/3903)
[nodejs/undici#3905](https://redirect.github.com/nodejs/undici/issues/3905)
[nodejs/undici#3900](https://redirect.github.com/nodejs/undici/issues/3900)
[nodejs/undici#3913](https://redirect.github.com/nodejs/undici/issues/3913)
[nodejs/undici#3910](https://redirect.github.com/nodejs/undici/issues/3910)
[nodejs/undici#3909](https://redirect.github.com/nodejs/undici/issues/3909)
[nodejs/undici#3906](https://redirect.github.com/nodejs/undici/issues/3906)
[nodejs/undici#3922](https://redirect.github.com/nodejs/undici/issues/3922)
[#​3962](https://redirect.github.com/actions/create-github-app-token/issues/3962)
[#​3955](https://redirect.github.com/actions/create-github-app-token/issues/3955)
[#​3958](https://redirect.github.com/actions/create-github-app-token/issues/3958)
[#​3945](https://redirect.github.com/actions/create-github-app-token/issues/3945)
[#​3947](https://redirect.github.com/actions/create-github-app-token/issues/3947)
[#​3939](https://redirect.github.com/actions/create-github-app-token/issues/3939)
[#​3888](https://redirect.github.com/actions/create-github-app-token/issues/3888)
[#​3911](https://redirect.github.com/actions/create-github-app-token/issues/3911)
[#​3941](https://redirect.github.com/actions/create-github-app-token/issues/3941)
</details>
<details>
<summary>actions/download-artifact (actions/download-artifact)</summary>
###
[`v4.1.9`](https://redirect.github.com/actions/download-artifact/releases/tag/v4.1.9)
[Compare
Source](https://redirect.github.com/actions/download-artifact/compare/v4.1.8...v4.1.9)
#### What's Changed
- Add workflow file for publishing releases to immutable action package
by [@​Jcambass](https://redirect.github.com/Jcambass) in
[https://github.com/actions/download-artifact/pull/354](https://redirect.github.com/actions/download-artifact/pull/354)
- docs: small migration fix by
[@​froblesmartin](https://redirect.github.com/froblesmartin) in
[https://github.com/actions/download-artifact/pull/370](https://redirect.github.com/actions/download-artifact/pull/370)
- Update MIGRATION.md by
[@​andyfeller](https://redirect.github.com/andyfeller) in
[https://github.com/actions/download-artifact/pull/372](https://redirect.github.com/actions/download-artifact/pull/372)
- Update artifact package to 2.2.2 by
[@​yacaovsnc](https://redirect.github.com/yacaovsnc) in
[https://github.com/actions/download-artifact/pull/380](https://redirect.github.com/actions/download-artifact/pull/380)
#### New Contributors
- [@​Jcambass](https://redirect.github.com/Jcambass) made their
first contribution in
[https://github.com/actions/download-artifact/pull/354](https://redirect.github.com/actions/download-artifact/pull/354)
- [@​froblesmartin](https://redirect.github.com/froblesmartin)
made their first contribution in
[https://github.com/actions/download-artifact/pull/370](https://redirect.github.com/actions/download-artifact/pull/370)
- [@​andyfeller](https://redirect.github.com/andyfeller) made
their first contribution in
[https://github.com/actions/download-artifact/pull/372](https://redirect.github.com/actions/download-artifact/pull/372)
- [@​yacaovsnc](https://redirect.github.com/yacaovsnc) made their
first contribution in
[https://github.com/actions/download-artifact/pull/380](https://redirect.github.com/actions/download-artifact/pull/380)
**Full Changelog**:
https://github.com/actions/download-artifact/compare/v4...v4.1.9
</details>
<details>
<summary>actions/setup-go (actions/setup-go)</summary>
###
[`v5.3.0`](https://redirect.github.com/actions/setup-go/releases/tag/v5.3.0)
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v5.2.0...v5.3.0)
##### What's Changed
- Use the new cache service: upgrade `@actions/cache` to `^4.0.0` by
[@​Link-](https://redirect.github.com/Link-) in
[https://github.com/actions/setup-go/pull/531](https://redirect.github.com/actions/setup-go/pull/531)
- Configure Dependabot settings by
[@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti)
in
[https://github.com/actions/setup-go/pull/530](https://redirect.github.com/actions/setup-go/pull/530)
- Document update - permission section by
[@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti)
in
[https://github.com/actions/setup-go/pull/533](https://redirect.github.com/actions/setup-go/pull/533)
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/actions/setup-go/pull/534](https://redirect.github.com/actions/setup-go/pull/534)
##### New Contributors
- [@​Link-](https://redirect.github.com/Link-) made their first
contribution in
[https://github.com/actions/setup-go/pull/531](https://redirect.github.com/actions/setup-go/pull/531)
**Full Changelog**:
https://github.com/actions/setup-go/compare/v5...v5.3.0
</details>
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
###
[`v4.2.0`](https://redirect.github.com/actions/setup-node/releases/tag/v4.2.0)
[Compare
Source](https://redirect.github.com/actions/setup-node/compare/v4.1.0...v4.2.0)
#### What's Changed
- Enhance workflows and upgrade publish-actions from 0.2.2 to 0.3.0 by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[https://github.com/actions/setup-node/pull/1174](https://redirect.github.com/actions/setup-node/pull/1174)
- Add recommended permissions section to readme by
[@​benwells](https://redirect.github.com/benwells) in
[https://github.com/actions/setup-node/pull/1193](https://redirect.github.com/actions/setup-node/pull/1193)
- Configure Dependabot settings by
[@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti)
in
[https://github.com/actions/setup-node/pull/1192](https://redirect.github.com/actions/setup-node/pull/1192)
- Upgrade `@actions/cache` to `^4.0.0` by
[@​priyagupta108](https://redirect.github.com/priyagupta108) in
[https://github.com/actions/setup-node/pull/1191](https://redirect.github.com/actions/setup-node/pull/1191)
- Upgrade pnpm/action-setup from 2 to 4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/actions/setup-node/pull/1194](https://redirect.github.com/actions/setup-node/pull/1194)
- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/actions/setup-node/pull/1195](https://redirect.github.com/actions/setup-node/pull/1195)
- Upgrade semver from 7.6.0 to 7.6.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/actions/setup-node/pull/1196](https://redirect.github.com/actions/setup-node/pull/1196)
- Upgrade [@​types/jest](https://redirect.github.com/types/jest)
from 29.5.12 to 29.5.14 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/actions/setup-node/pull/1201](https://redirect.github.com/actions/setup-node/pull/1201)
- Upgrade undici from 5.28.4 to 5.28.5 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/actions/setup-node/pull/1205](https://redirect.github.com/actions/setup-node/pull/1205)
#### New Contributors
- [@​benwells](https://redirect.github.com/benwells) made their
first contribution in
[https://github.com/actions/setup-node/pull/1193](https://redirect.github.com/actions/setup-node/pull/1193)
**Full Changelog**:
https://github.com/actions/setup-node/compare/v4...v4.2.0
</details>
<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>
###
[`v4.6.1`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.6.1)
[Compare
Source](https://redirect.github.com/actions/upload-artifact/compare/v4.6.0...v4.6.1)
#### What's Changed
- Update to use artifact 2.2.2 package by
[@​yacaovsnc](https://redirect.github.com/yacaovsnc) in
[https://github.com/actions/upload-artifact/pull/673](https://redirect.github.com/actions/upload-artifact/pull/673)
**Full Changelog**:
https://github.com/actions/upload-artifact/compare/v4...v4.6.1
</details>
<details>
<summary>anchore/sbom-action (anchore/sbom-action)</summary>
###
[`v0.18.0`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.18.0)
[Compare
Source](https://redirect.github.com/anchore/sbom-action/compare/v0.17.9...v0.18.0)
#### Changes in v0.18.0
- chore(deps): update Syft to v1.19.0
([#​513](https://redirect.github.com/anchore/sbom-action/issues/513))
- [See Syft changelog for latest
changes](https://redirect.github.com/anchore/syft/releases/tag/v1.19.0)
</details>
<details>
<summary>github/codeql-action (github/codeql-action)</summary>
###
[`v3.28.11`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.11)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.10...v3.28.11)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6.
[#​2793](https://redirect.github.com/github/codeql-action/pull/2793)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.11/CHANGELOG.md)
for more information.
###
[`v3.28.10`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.10)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.9...v3.28.10)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5.
[#​2772](https://redirect.github.com/github/codeql-action/pull/2772)
- Address an issue where the CodeQL Bundle would occasionally fail to
decompress on macOS.
[#​2768](https://redirect.github.com/github/codeql-action/pull/2768)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.10/CHANGELOG.md)
for more information.
###
[`v3.28.9`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.9)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.8...v3.28.9)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4.
[#​2753](https://redirect.github.com/github/codeql-action/pull/2753)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.9/CHANGELOG.md)
for more information.
###
[`v3.28.8`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.8)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.7...v3.28.8)
### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
#### 3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3.
[#​2744](https://redirect.github.com/github/codeql-action/pull/2744)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.8/CHANGELOG.md)
for more information.
###
[`v3.28.7`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.7)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.6...v3.28.7)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.7 - 29 Jan 2025
No user facing changes.
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.7/CHANGELOG.md)
for more information.
###
[`v3.28.6`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.6)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.5...v3.28.6)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater.
[#​2726](https://redirect.github.com/github/codeql-action/pull/2726)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.6/CHANGELOG.md)
for more information.
###
[`v3.28.5`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.5)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.4...v3.28.5)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3.
[#​2717](https://redirect.github.com/github/codeql-action/pull/2717)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.5/CHANGELOG.md)
for more information.
###
[`v3.28.4`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.4)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.3...v3.28.4)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.4 - 23 Jan 2025
No user facing changes.
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.4/CHANGELOG.md)
for more information.
###
[`v3.28.3`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.3)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.2...v3.28.3)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2.
[#​2707](https://redirect.github.com/github/codeql-action/pull/2707)
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise
Server instance which occurred when the CodeQL Bundle had been synced to
the instance using the [CodeQL Action sync
tool](https://redirect.github.com/github/codeql-action-sync-tool) and
the Actions runner did not have Zstandard installed.
[#​2710](https://redirect.github.com/github/codeql-action/pull/2710)
- Uploading debug artifacts for CodeQL analysis is temporarily disabled.
[#​2712](https://redirect.github.com/github/codeql-action/pull/2712)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.3/CHANGELOG.md)
for more information.
###
[`v3.28.2`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.2)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.1...v3.28.2)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.2 - 21 Jan 2025
No user facing changes.
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.2/CHANGELOG.md)
for more information.
</details>
<details>
<summary>goreleaser/goreleaser-action
(goreleaser/goreleaser-action)</summary>
###
[`v6.2.1`](https://redirect.github.com/goreleaser/goreleaser-action/releases/tag/v6.2.1)
[Compare
Source](https://redirect.github.com/goreleaser/goreleaser-action/compare/v6.2.0...v6.2.1)
#### What's Changed
This version of the actions adds support for GoReleaser Pro v2.7.0
versioning (which dropped the `-pro` suffix).
Older versions should work fine.
> \[!WARNING]
> This version is **required** for GoReleaser Pro v2.7.0+.
> Read more [here](https://goreleaser.com/blog/goreleaser-v2.7/).
**Full Changelog**:
https://github.com/goreleaser/goreleaser-action/compare/v6.2.0...v6.2.1
###
[`v6.2.0`](https://redirect.github.com/goreleaser/goreleaser-action/releases/tag/v6.2.0)
[Compare
Source](https://redirect.github.com/goreleaser/goreleaser-action/compare/v6.1.0...v6.2.0)
##### What's Changed
This version of the actions adds support for GoReleaser Pro v2.7.0
versioning (which dropped the `-pro` suffix).
Older versions should work fine.
> \[!WARNING]
> This version is **required** for GoReleaser Pro v2.7.0+.
> Read more [here](https://goreleaser.com/blog/goreleaser-v2.7/).
**Full Changelog**:
https://github.com/goreleaser/goreleaser-action/compare/v6.1.0...v6.2.0
</details>
<details>
<summary>ossf/scorecard-action (ossf/scorecard-action)</summary>
###
[`v2.4.1`](https://redirect.github.com/ossf/scorecard-action/releases/tag/v2.4.1)
[Compare
Source](https://redirect.github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1)
#### What's Changed
- This update bumps the Scorecard version to the v5.1.1 release. For a
complete list of changes, please refer to the
[v5.1.0](https://redirect.github.com/ossf/scorecard/releases/tag/v5.1.0)
and
[v5.1.1](https://redirect.github.com/ossf/scorecard/releases/tag/v5.1.1)
release notes.
- Publishing results now uses half the API quota as before. The exact
savings depends on the repository in question.
- use Scorecard library entrypoint instead of Cobra hooking by
[@​spencerschrock](https://redirect.github.com/spencerschrock) in
[https://github.com/ossf/scorecard-action/pull/1423](https://redirect.github.com/ossf/scorecard-action/pull/1423)
- Some errors were made into annotations to make them more visible
- Make default branch error more prominent by
[@​jsoref](https://redirect.github.com/jsoref) in
[https://github.com/ossf/scorecard-action/pull/1459](https://redirect.github.com/ossf/scorecard-action/pull/1459)
- There is now an optional `file_mode` input which controls how
repository files are fetched from GitHub. The default is `archive`, but
`git` produces the most accurate results for repositories with
`.gitattributes` files at the cost of analysis speed.
- add input for specifying `--file-mode` by
[@​spencerschrock](https://redirect.github.com/spencerschrock) in
[https://github.com/ossf/scorecard-action/pull/1509](https://redirect.github.com/ossf/scorecard-action/pull/1509)
- The underlying container for the action is now [hosted on GitHub
Container
Registry](https://redirect.github.com/ossf/scorecard-action/pkgs/container/scorecard-action).
There should be no functional changes.
- :seedling: publish docker images to GitHub Container Registry by
[@​spencerschrock](https://redirect.github.com/spencerschrock) in
[https://github.com/ossf/scorecard-action/pull/1453](https://redirect.github.com/ossf/scorecard-action/pull/1453)
##### Docs
- Installation docs update by
[@​JeremiahAHoward](https://redirect.github.com/JeremiahAHoward)
in
[https://github.com/ossf/scorecard-action/pull/1416](https://redirect.github.com/ossf/scorecard-action/pull/1416)
#### New Contributors
- [@​JeremiahAHoward](https://redirect.github.com/JeremiahAHoward)
made their first contribution in
[https://github.com/ossf/scorecard-action/pull/1416](https://redirect.github.com/ossf/scorecard-action/pull/1416)
- [@​jsoref](https://redirect.github.com/jsoref) made their first
contribution in
[https://github.com/ossf/scorecard-action/pull/1459](https://redirect.github.com/ossf/scorecard-action/pull/1459)
**Full Changelog**:
https://github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1
</details>
<details>
<summary>zarf-dev/zarf (zarf-dev/zarf)</summary>
###
[`v0.49.1`](https://redirect.github.com/zarf-dev/zarf/releases/tag/v0.49.1)
[Compare
Source](https://redirect.github.com/zarf-dev/zarf/compare/v0.49.0...v0.49.1)
<!-- Release notes generated using configuration in .github/release.yml
at v0.49.1 -->
#### What's Changed
##### 🚀 Updates
- fix: allow absolute file paths on create by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3518](https://redirect.github.com/zarf-dev/zarf/pull/3518)
- fix: do not create SBOM for packages without SBOMable material by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3540](https://redirect.github.com/zarf-dev/zarf/pull/3540)
- 2335 docs best practices by
[@​brandtkeller](https://redirect.github.com/brandtkeller) in
[https://github.com/zarf-dev/zarf/pull/3551](https://redirect.github.com/zarf-dev/zarf/pull/3551)
- feat: add more logging to packager2.Pull by
[@​mkcp](https://redirect.github.com/mkcp) in
[https://github.com/zarf-dev/zarf/pull/3557](https://redirect.github.com/zarf-dev/zarf/pull/3557)
##### 📦 Dependencies
- chore(deps): bump the cosign-providers group across 1 directory with 3
updates by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3519](https://redirect.github.com/zarf-dev/zarf/pull/3519)
- chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.21.1 to
5.21.3 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3522](https://redirect.github.com/zarf-dev/zarf/pull/3522)
- chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to
1.21.0 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3521](https://redirect.github.com/zarf-dev/zarf/pull/3521)
- chore(deps): bump github.com/derailed/k9s from 0.40.3 to 0.40.5 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3520](https://redirect.github.com/zarf-dev/zarf/pull/3520)
- chore(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3537](https://redirect.github.com/zarf-dev/zarf/pull/3537)
- chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3538](https://redirect.github.com/zarf-dev/zarf/pull/3538)
- chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3539](https://redirect.github.com/zarf-dev/zarf/pull/3539)
- chore(deps): bump golang.org/x/crypto from 0.33.0 to 0.34.0 in the
golang group across 1 directory by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3534](https://redirect.github.com/zarf-dev/zarf/pull/3534)
- chore(deps): bump golang.org/x/crypto from 0.34.0 to 0.35.0 in the
golang group across 1 directory by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3542](https://redirect.github.com/zarf-dev/zarf/pull/3542)
- chore(deps): bump github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3543](https://redirect.github.com/zarf-dev/zarf/pull/3543)
- chore(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3550](https://redirect.github.com/zarf-dev/zarf/pull/3550)
- chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3547](https://redirect.github.com/zarf-dev/zarf/pull/3547)
- chore(deps): bump actions/create-github-app-token from 1.11.5 to
1.11.6 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3555](https://redirect.github.com/zarf-dev/zarf/pull/3555)
- chore(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3545](https://redirect.github.com/zarf-dev/zarf/pull/3545)
**Full Changelog**:
https://github.com/zarf-dev/zarf/compare/v0.49.0...v0.49.1
###
[`v0.49.0`](https://redirect.github.com/zarf-dev/zarf/releases/tag/v0.49.0)
[Compare
Source](https://redirect.github.com/zarf-dev/zarf/compare/v0.48.1...v0.49.0)
<!-- Release notes generated using configuration in .github/release.yml
at v0.49.0 -->
This release includes a number of project adjustments as well as fixes.
Breaking Changes
- Configuration file formats other than `yaml` and `toml` are being
deprecated
- See Proposed
[ZEP-0015](https://redirect.github.com/zarf-dev/proposals/pull/16) for
background on limitations driving this decision
- `zarf connect` default execution has a UX change
- The `--cli-only` flag has been removed - this behavior is now the
default
- Browsers can be automatically opened with the command using the
`--open` flag
The update to `zarf connect` is with consideration of zarf behaviors
defaulting to fully-encapsulated execution. As a general principle we
want zarf to have minimal dependency on external/system tooling by
default.
#### What's Changed
##### 🚀 Updates
- fix: pass insecure flag option to FindChartInAuthAndTLSRepoURL by
[@​willswire](https://redirect.github.com/willswire) in
[https://github.com/zarf-dev/zarf/pull/3477](https://redirect.github.com/zarf-dev/zarf/pull/3477)
- feat: improve skeleton package messaging by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3482](https://redirect.github.com/zarf-dev/zarf/pull/3482)
- fix: injector build process by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3479](https://redirect.github.com/zarf-dev/zarf/pull/3479)
- feat(connect): update default behavior to be cli-only by
[@​brandtkeller](https://redirect.github.com/brandtkeller) in
[https://github.com/zarf-dev/zarf/pull/3487](https://redirect.github.com/zarf-dev/zarf/pull/3487)
- chore(release): install cross before injector build by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3493](https://redirect.github.com/zarf-dev/zarf/pull/3493)
- fix: pulling not respecting "uncompressed" setting in metadata by
[@​a1994sc](https://redirect.github.com/a1994sc) in
[https://github.com/zarf-dev/zarf/pull/3472](https://redirect.github.com/zarf-dev/zarf/pull/3472)
- chore(docs): update meetups issue reference by
[@​brandtkeller](https://redirect.github.com/brandtkeller) in
[https://github.com/zarf-dev/zarf/pull/3502](https://redirect.github.com/zarf-dev/zarf/pull/3502)
- test: remove dependency on `make build-examples` in e2e tests by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3494](https://redirect.github.com/zarf-dev/zarf/pull/3494)
- fix: add check during image discovery to make sure images are valid by
[@​a1994sc](https://redirect.github.com/a1994sc) in
[https://github.com/zarf-dev/zarf/pull/3234](https://redirect.github.com/zarf-dev/zarf/pull/3234)
- Update TSC in CONTRIBUTING.md by
[@​mkcp](https://redirect.github.com/mkcp) in
[https://github.com/zarf-dev/zarf/pull/3496](https://redirect.github.com/zarf-dev/zarf/pull/3496)
- feat: deprecate config file types other than yaml and toml by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3517](https://redirect.github.com/zarf-dev/zarf/pull/3517)
##### 📦 Dependencies
- chore(deps): bump github.com/fluxcd/pkg/apis/meta from 1.9.0 to 1.10.0
by [@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3458](https://redirect.github.com/zarf-dev/zarf/pull/3458)
- chore(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3484](https://redirect.github.com/zarf-dev/zarf/pull/3484)
- chore(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 in the
golang group across 1 directory by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3485](https://redirect.github.com/zarf-dev/zarf/pull/3485)
- chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3483](https://redirect.github.com/zarf-dev/zarf/pull/3483)
- chore(deps): bump github.com/goccy/go-yaml from 1.15.17 to 1.15.19 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3486](https://redirect.github.com/zarf-dev/zarf/pull/3486)
- chore(deps): bump aws-actions/configure-aws-credentials from 4.0.3 to
4.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3488](https://redirect.github.com/zarf-dev/zarf/pull/3488)
- chore(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.3.2 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3489](https://redirect.github.com/zarf-dev/zarf/pull/3489)
- chore(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3490](https://redirect.github.com/zarf-dev/zarf/pull/3490)
- chore(deps): bump github.com/goccy/go-yaml from 1.15.19 to 1.15.20 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3492](https://redirect.github.com/zarf-dev/zarf/pull/3492)
- chore(deps): bump github.com/distribution/distribution/v3 from
3.0.0-rc.2 to 3.0.0-rc.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3491](https://redirect.github.com/zarf-dev/zarf/pull/3491)
- chore(deps): bump helm.sh/helm/v3 from 3.17.0 to 3.17.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3498](https://redirect.github.com/zarf-dev/zarf/pull/3498)
- chore(deps): bump the k8s group across 1 directory with 5 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3503](https://redirect.github.com/zarf-dev/zarf/pull/3503)
- chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3506](https://redirect.github.com/zarf-dev/zarf/pull/3506)
- chore(deps): bump github.com/goccy/go-yaml from 1.15.20 to 1.15.22 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3497](https://redirect.github.com/zarf-dev/zarf/pull/3497)
- chore(deps): bump github.com/fluxcd/source-controller/api from 1.4.1
to 1.5.0 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3505](https://redirect.github.com/zarf-dev/zarf/pull/3505)
- chore(deps): bump the cosign-providers group across 1 directory with 3
updates by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3504](https://redirect.github.com/zarf-dev/zarf/pull/3504)
- chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3512](https://redirect.github.com/zarf-dev/zarf/pull/3512)
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.2
by [@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3509](https://redirect.github.com/zarf-dev/zarf/pull/3509)
- chore(deps): bump github.com/goccy/go-yaml from 1.15.22 to 1.15.23 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3510](https://redirect.github.com/zarf-dev/zarf/pull/3510)
- chore(deps): bump github.com/derailed/k9s from 0.32.7 to 0.40.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3513](https://redirect.github.com/zarf-dev/zarf/pull/3513)
- chore(deps): bump actions/create-github-app-token from 1.11.3 to
1.11.5 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3507](https://redirect.github.com/zarf-dev/zarf/pull/3507)
- chore(deps): bump golangci/golangci-lint-action from 6.4.0 to 6.5.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3508](https://redirect.github.com/zarf-dev/zarf/pull/3508)
**Full Changelog**:
https://github.com/zarf-dev/zarf/compare/v0.48.1...v0.49.0
###
[`v0.48.1`](https://redirect.github.com/zarf-dev/zarf/releases/tag/v0.48.1)
[Compare
Source](https://redirect.github.com/zarf-dev/zarf/compare/v0.48.0...v0.48.1)
<!-- Release notes generated using configuration in .github/release.yml
at v0.48.1 -->
#### What's Changed
##### 🚀 Updates
- feat: error when building a package with zero components by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3403](https://redirect.github.com/zarf-dev/zarf/pull/3403)
- chore(deps): group golang dependencies in dependabot by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3471](https://redirect.github.com/zarf-dev/zarf/pull/3471)
- test: delete e2e test for examples/package-flavors by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3463](https://redirect.github.com/zarf-dev/zarf/pull/3463)
- fix: avoid error when building package importing skeleton with remote
components by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3470](https://redirect.github.com/zarf-dev/zarf/pull/3470)
- fix: avoid incorrect cyclic error when two packages import each other
on separate component chains by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3460](https://redirect.github.com/zarf-dev/zarf/pull/3460)
##### 📦 Dependencies
- chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3450](https://redirect.github.com/zarf-dev/zarf/pull/3450)
- chore(deps): bump github/codeql-action from 3.28.6 to 3.28.8 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3451](https://redirect.github.com/zarf-dev/zarf/pull/3451)
- chore(deps): bump actions/create-github-app-token from 1.11.1 to
1.11.2 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3456](https://redirect.github.com/zarf-dev/zarf/pull/3456)
- chore(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3465](https://redirect.github.com/zarf-dev/zarf/pull/3465)
- chore(deps): bump actions/create-github-app-token from 1.11.2 to
1.11.3 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3467](https://redirect.github.com/zarf-dev/zarf/pull/3467)
- chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3466](https://redirect.github.com/zarf-dev/zarf/pull/3466)
- chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3468](https://redirect.github.com/zarf-dev/zarf/pull/3468)
- chore(deps): bump github.com/goccy/go-yaml from 1.15.15 to 1.15.17 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3462](https://redirect.github.com/zarf-dev/zarf/pull/3462)
**Full Changelog**:
https://github.com/zarf-dev/zarf/compare/v0.48.0...v0.48.1
###
[`v0.48.0`](https://redirect.github.com/zarf-dev/zarf/releases/tag/v0.48.0)
[Compare
Source](https://redirect.github.com/zarf-dev/zarf/compare/v0.47.0...v0.48.0)
<!-- Release notes generated using configuration in .github/release.yml
at v0.48.0 -->
#### What's Changed
##### 🚀 Updates
- test: avoid flake in test external by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3432](https://redirect.github.com/zarf-dev/zarf/pull/3432)
- fix: avoid errors when `--max-package-size` differs between create
runs by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3398](https://redirect.github.com/zarf-dev/zarf/pull/3398)
- fix: log correct size with units during image pull by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3440](https://redirect.github.com/zarf-dev/zarf/pull/3440)
- feat: introduce output format flag for `zarf tools get-creds` and
`zarf package list` by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3415](https://redirect.github.com/zarf-dev/zarf/pull/3415)
- feat: deprecate and replace `zarf package inspect` with child commands
`zarf package inspect definition|sbom|images` by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3416](https://redirect.github.com/zarf-dev/zarf/pull/3416)
- chore: separate code changes from dependency updates in release notes
by [@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3445](https://redirect.github.com/zarf-dev/zarf/pull/3445)
- fix: avoid false positives in import cycle detection by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3449](https://redirect.github.com/zarf-dev/zarf/pull/3449)
##### 📦 Dependencies
- chore(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3431](https://redirect.github.com/zarf-dev/zarf/pull/3431)
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1
by [@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3429](https://redirect.github.com/zarf-dev/zarf/pull/3429)
- chore(deps): bump github/codeql-action from 3.28.3 to 3.28.4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3430](https://redirect.github.com/zarf-dev/zarf/pull/3430)
- chore(deps): bump codecov/codecov-action from 5.3.0 to 5.3.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3437](https://redirect.github.com/zarf-dev/zarf/pull/3437)
- chore(deps): bump github/codeql-action from 3.28.4 to 3.28.5 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3438](https://redirect.github.com/zarf-dev/zarf/pull/3438)
- chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3441](https://redirect.github.com/zarf-dev/zarf/pull/3441)
- chore(deps): bump github/codeql-action from 3.28.5 to 3.28.6 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3442](https://redirect.github.com/zarf-dev/zarf/pull/3442)
- chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to
4.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3443](https://redirect.github.com/zarf-dev/zarf/pull/3443)
- chore(deps): bump github.com/agnivade/levenshtein from 1.2.0 to 1.2.1
by [@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3447](https://redirect.github.com/zarf-dev/zarf/pull/3447)
**Full Changelog**:
https://github.com/zarf-dev/zarf/compare/v0.47.0...v0.48.0
###
[`v0.47.0`](https://redirect.github.com/zarf-dev/zarf/releases/tag/v0.47.0)
[Compare
Source](https://redirect.github.com/zarf-dev/zarf/compare/v0.46.0...v0.47.0)
#### Highlights:
##### Breaking
- Zarf's Commands have been unexported in favor of cmd.NewZarfCommand()
for users embedding Zarf in their CLI applications.
##### UX
- The logging overhaul is out of beta and now fully released.
--log-format="legacy" will be available for at least the next two minor
releases for a smooth upgrade path.
- zarf package create's build scroll has been simplified and Yaml
inspection has been migrated to a first class command zarf dev inspect
{definition} ([dev
inspect](https://redirect.github.com/zarf-dev/proposals/blob/main/0008-rework-inspect/README.md)
feature requests welcome!).
#### What's Changed
- chore(deps): bump the cosign-providers group across 1 directory with 4
updates by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/zarf-dev/zarf/pull/3390](https://redirect.github.com/zarf-dev/zarf/pull/3390)
- chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3391](https://redirect.github.com/zarf-dev/zarf/pull/3391)
- chore(deps): bump github/codeql-action from 3.28.0 to 3.28.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3395](https://redirect.github.com/zarf-dev/zarf/pull/3395)
- chore(deps): bump github.com/go-git/go-billy/v5 from 5.6.1 to 5.6.2 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3394](https://redirect.github.com/zarf-dev/zarf/pull/3394)
- chore(deps): bump github.com/mikefarah/yq/v4 from 4.44.6 to 4.45.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3393](https://redirect.github.com/zarf-dev/zarf/pull/3393)
- refactor: normal creator by
[@​phillebaba](https://redirect.github.com/phillebaba) in
[https://github.com/zarf-dev/zarf/pull/3114](https://redirect.github.com/zarf-dev/zarf/pull/3114)
- fix: remove empty directory in package tars by
[@​AustinAbro321](https://redirect.github.com/AustinAbro321) in
[https://github.com/zarf-dev/zarf/pull/3396](https://redirect.github.com/zarf-dev/zarf/pull/3396)
- chore(deps): bump sigs.k8s.io/kustomize/api from 0.18.0 to 0.19.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3405](https://redirect.github.com/zarf-dev/zarf/pull/3405)
- chore(deps): bump helm.sh/helm/v3 from 3.16.4 to 3.17.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3407](https://redirect.github.com/zarf-dev/zarf/pull/3407)
- chore(deps): bump github.com/google/go-containerregistry from 0.20.2
to 0.20.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3406](https://redirect.github.com/zarf-dev/zarf/pull/3406)
- chore(deps): bump the k8s group across 1 directory with 5 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3409](https://redirect.github.com/zarf-dev/zarf/pull/3409)
- chore(deps): bump github.com/goccy/go-yaml from 1.15.13 to 1.15.14 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3410](https://redirect.github.com/zarf-dev/zarf/pull/3410)
- chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zarf-dev/zarf/pull/3412](https://redirect.github.com/zarf
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 12pm every weekday,before 11am
every weekday" in timezone America/New_York, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/maru-runner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#32) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://togithub.com/actions/create-github-app-token) | action | minor | `v1.10.3` -> `v1.12.0` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.12.0`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.12.0) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.11.7...v1.12.0) ##### Features - permissions ([#​168](https://togithub.com/actions/create-github-app-token/issues/168)) ([0e0aa99](https://togithub.com/actions/create-github-app-token/commit/0e0aa99a86bd82ec98421533ae985fef61554361)) ### [`v1.11.7`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.11.7) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.11.6...v1.11.7) ##### Bug Fixes - **deps:** bump undici from 5.28.4 to 7.5.0 ([#​214](https://togithub.com/actions/create-github-app-token/issues/214)) ([a24b46a](https://togithub.com/actions/create-github-app-token/commit/a24b46a4626bf0f67abb297b82d863218920d5e2)) ### [`v1.11.6`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.11.6) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.11.5...v1.11.6) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​210](https://togithub.com/actions/create-github-app-token/issues/210)) ([1ff1dea](https://togithub.com/actions/create-github-app-token/commit/1ff1dea6a9d1de5b4795e5314291e04acc63c38b)) ### [`v1.11.5`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.11.5) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.11.4...v1.11.5) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://togithub.com/octokit/request) from 9.2.0 to 9.2.2 ([#​209](https://togithub.com/actions/create-github-app-token/issues/209)) ([8cedd97](https://togithub.com/actions/create-github-app-token/commit/8cedd97af185a345311c6ff53158738940cfef67)), closes [#​740](https://togithub.com/actions/create-github-app-token/issues/740) [#​738](https://togithub.com/actions/create-github-app-token/issues/738) [#​740](https://togithub.com/actions/create-github-app-token/issues/740) [#​737](https://togithub.com/actions/create-github-app-token/issues/737) [#​738](https://togithub.com/actions/create-github-app-token/issues/738) [#​736](https://togithub.com/actions/create-github-app-token/issues/736) [#​735](https://togithub.com/actions/create-github-app-token/issues/735) [#​734](https://togithub.com/actions/create-github-app-token/issues/734) [#​733](https://togithub.com/actions/create-github-app-token/issues/733) [#​732](https://togithub.com/actions/create-github-app-token/issues/732) - **deps:** bump [@​octokit/request-error](https://togithub.com/octokit/request-error) from 6.1.6 to 6.1.7 ([#​208](https://togithub.com/actions/create-github-app-token/issues/208)) ([415f6a5](https://togithub.com/actions/create-github-app-token/commit/415f6a523daf7072d0ea81f3cdc20426287bd566)), closes [#​494](https://togithub.com/actions/create-github-app-token/issues/494) [#​491](https://togithub.com/actions/create-github-app-token/issues/491) [#​490](https://togithub.com/actions/create-github-app-token/issues/490) [#​488](https://togithub.com/actions/create-github-app-token/issues/488) [#​486](https://togithub.com/actions/create-github-app-token/issues/486) [#​487](https://togithub.com/actions/create-github-app-token/issues/487) [#​485](https://togithub.com/actions/create-github-app-token/issues/485) [#​484](https://togithub.com/actions/create-github-app-token/issues/484) ### [`v1.11.4`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.11.4) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.11.3...v1.11.4) ##### Bug Fixes - **deps:** bump [@​octokit/endpoint](https://togithub.com/octokit/endpoint) from 10.1.1 to 10.1.3 ([#​207](https://togithub.com/actions/create-github-app-token/issues/207)) ([d30def8](https://togithub.com/actions/create-github-app-token/commit/d30def842e4992ac18a35cd1108d776944ab7535)), closes [#​507](https://togithub.com/actions/create-github-app-token/issues/507) [#​514](https://togithub.com/actions/create-github-app-token/issues/514) [#​512](https://togithub.com/actions/create-github-app-token/issues/512) [#​511](https://togithub.com/actions/create-github-app-token/issues/511) [#​509](https://togithub.com/actions/create-github-app-token/issues/509) [#​508](https://togithub.com/actions/create-github-app-token/issues/508) [#​507](https://togithub.com/actions/create-github-app-token/issues/507) [#​506](https://togithub.com/actions/create-github-app-token/issues/506) [#​505](https://togithub.com/actions/create-github-app-token/issues/505) [#​504](https://togithub.com/actions/create-github-app-token/issues/504) ### [`v1.11.3`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://togithub.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://togithub.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://togithub.com/actions/create-github-app-token/issues/665) [#​665](https://togithub.com/actions/create-github-app-token/issues/665) [#​663](https://togithub.com/actions/create-github-app-token/issues/663) [#​662](https://togithub.com/actions/create-github-app-token/issues/662) [#​661](https://togithub.com/actions/create-github-app-token/issues/661) [#​659](https://togithub.com/actions/create-github-app-token/issues/659) [#​660](https://togithub.com/actions/create-github-app-token/issues/660) [#​658](https://togithub.com/actions/create-github-app-token/issues/658) [#​656](https://togithub.com/actions/create-github-app-token/issues/656) [#​657](https://togithub.com/actions/create-github-app-token/issues/657) [#​655](https://togithub.com/actions/create-github-app-token/issues/655) [#​731](https://togithub.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://togithub.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://togithub.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://togithub.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://togithub.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://togithub.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://togithub.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://togithub.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://togithub.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://togithub.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://togithub.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://togithub.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://togithub.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://togithub.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://togithub.com/nodejs/undici/issues/3447) [#​3966](https://togithub.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://togithub.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://togithub.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://togithub.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://togithub.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://togithub.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://togithub.com/nodejs/undici/issues/3976) [#​3975](https://togithub.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://togithub.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://togithub.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://togithub.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://togithub.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://togithub.com/nodejs/undici/issues/3986) [#​4021](https://togithub.com/actions/create-github-app-token/issues/4021) [#​4018](https://togithub.com/actions/create-github-app-token/issues/4018) [#​4017](https://togithub.com/actions/create-github-app-token/issues/4017) [#​4016](https://togithub.com/actions/create-github-app-token/issues/4016) [#​4008](https://togithub.com/actions/create-github-app-token/issues/4008) [#​4007](https://togithub.com/actions/create-github-app-token/issues/4007) [#​4006](https://togithub.com/actions/create-github-app-token/issues/4006) [#​3965](https://togithub.com/actions/create-github-app-token/issues/3965) ### [`v1.11.2`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.11.2) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.11.1...v1.11.2) ##### Bug Fixes - **deps:** bump [@​octokit/request](https://togithub.com/octokit/request) from 9.1.3 to 9.1.4 in the production-dependencies group ([#​196](https://togithub.com/actions/create-github-app-token/issues/196)) ([b4192a5](https://togithub.com/actions/create-github-app-token/commit/b4192a5b3659c0e5875f868c44727ef4ecc5d579)), closes [#​730](https://togithub.com/actions/create-github-app-token/issues/730) [#​730](https://togithub.com/actions/create-github-app-token/issues/730) [#​729](https://togithub.com/actions/create-github-app-token/issues/729) [#​727](https://togithub.com/actions/create-github-app-token/issues/727) [#​726](https://togithub.com/actions/create-github-app-token/issues/726) [#​723](https://togithub.com/actions/create-github-app-token/issues/723) [#​724](https://togithub.com/actions/create-github-app-token/issues/724) [#​722](https://togithub.com/actions/create-github-app-token/issues/722) [#​721](https://togithub.com/actions/create-github-app-token/issues/721) [#​720](https://togithub.com/actions/create-github-app-token/issues/720) [#​719](https://togithub.com/actions/create-github-app-token/issues/719) - **deps:** bump undici from 6.19.8 to 7.2.0 ([#​198](https://togithub.com/actions/create-github-app-token/issues/198)) ([29aa051](https://togithub.com/actions/create-github-app-token/commit/29aa0514a79f3b4aa8b1547173a41455949e4bf6)), closes [nodejs/undici#3958](https://togithub.com/nodejs/undici/issues/3958) [nodejs/undici#3955](https://togithub.com/nodejs/undici/issues/3955) [nodejs/undici#3962](https://togithub.com/nodejs/undici/issues/3962) [nodejs/undici#3921](https://togithub.com/nodejs/undici/issues/3921) [nodejs/undici#3923](https://togithub.com/nodejs/undici/issues/3923) [nodejs/undici#3925](https://togithub.com/nodejs/undici/issues/3925) [nodejs/undici#3926](https://togithub.com/nodejs/undici/issues/3926) [nodejs/undici#3924](https://togithub.com/nodejs/undici/issues/3924) [nodejs/undici#3933](https://togithub.com/nodejs/undici/issues/3933) [nodejs/undici#3916](https://togithub.com/nodejs/undici/issues/3916) [nodejs/undici#3930](https://togithub.com/nodejs/undici/issues/3930) [nodejs/undici#3938](https://togithub.com/nodejs/undici/issues/3938) [#​3937](https://togithub.com/actions/create-github-app-token/issues/3937) [nodejs/undici#3940](https://togithub.com/nodejs/undici/issues/3940) [nodejs/undici#3931](https://togithub.com/nodejs/undici/issues/3931) [nodejs/undici#3941](https://togithub.com/nodejs/undici/issues/3941) [nodejs/undici#3911](https://togithub.com/nodejs/undici/issues/3911) [nodejs/undici#3888](https://togithub.com/nodejs/undici/issues/3888) [nodejs/undici#3939](https://togithub.com/nodejs/undici/issues/3939) [nodejs/undici#3947](https://togithub.com/nodejs/undici/issues/3947) [nodejs/undici#3945](https://togithub.com/nodejs/undici/issues/3945) [nodejs/undici#3916](https://togithub.com/nodejs/undici/issues/3916) [nodejs/undici#3893](https://togithub.com/nodejs/undici/issues/3893) [nodejs/undici#3902](https://togithub.com/nodejs/undici/issues/3902) [#​3901](https://togithub.com/actions/create-github-app-token/issues/3901) [nodejs/undici#3903](https://togithub.com/nodejs/undici/issues/3903) [nodejs/undici#3905](https://togithub.com/nodejs/undici/issues/3905) [nodejs/undici#3900](https://togithub.com/nodejs/undici/issues/3900) [nodejs/undici#3913](https://togithub.com/nodejs/undici/issues/3913) [nodejs/undici#3910](https://togithub.com/nodejs/undici/issues/3910) [nodejs/undici#3909](https://togithub.com/nodejs/undici/issues/3909) [nodejs/undici#3906](https://togithub.com/nodejs/undici/issues/3906) [nodejs/undici#3922](https://togithub.com/nodejs/undici/issues/3922) [#​3962](https://togithub.com/actions/create-github-app-token/issues/3962) [#​3955](https://togithub.com/actions/create-github-app-token/issues/3955) [#​3958](https://togithub.com/actions/create-github-app-token/issues/3958) [#​3945](https://togithub.com/actions/create-github-app-token/issues/3945) [#​3947](https://togithub.com/actions/create-github-app-token/issues/3947) [#​3939](https://togithub.com/actions/create-github-app-token/issues/3939) [#​3888](https://togithub.com/actions/create-github-app-token/issues/3888) [#​3911](https://togithub.com/actions/create-github-app-token/issues/3911) [#​3941](https://togithub.com/actions/create-github-app-token/issues/3941) ### [`v1.11.1`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.11.1) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1) #### What's Changed ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/create-github-app-token/pull/193](https://togithub.com/actions/create-github-app-token/pull/193) **Full Changelog**: actions/create-github-app-token@v1.11.0...v1.11.1 ### [`v1.11.0`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.11.0) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0) #### What's Changed ##### Features - Allow repositories input to be comma or newline-separated by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/actions/create-github-app-token/pull/169](https://togithub.com/actions/create-github-app-token/pull/169) #### New Contributors - [@​peter-evans](https://togithub.com/peter-evans) made their first contribution in [https://github.com/actions/create-github-app-token/pull/169](https://togithub.com/actions/create-github-app-token/pull/169) **Full Changelog**: actions/create-github-app-token@v1.10.4...v1.11.0 ### [`v1.10.4`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.10.4) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4) #### What's Changed - build(deps-dev): bump the development-dependencies group with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/create-github-app-token/pull/150](https://togithub.com/actions/create-github-app-token/pull/150) - docs(README): fix the `git committer string` and `Configure git CLI` examples by [@​maboloshi](https://togithub.com/maboloshi) in [https://github.com/actions/create-github-app-token/pull/151](https://togithub.com/actions/create-github-app-token/pull/151) - docs(readme): document how a Base64 private key could be decoded by [@​vleon1a](https://togithub.com/vleon1a) in [https://github.com/actions/create-github-app-token/pull/155](https://togithub.com/actions/create-github-app-token/pull/155) - test: fix test file extensions and inputs for repositories by [@​parkerbxyz](https://togithub.com/parkerbxyz) in [https://github.com/actions/create-github-app-token/pull/161](https://togithub.com/actions/create-github-app-token/pull/161) - build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/create-github-app-token/pull/167](https://togithub.com/actions/create-github-app-token/pull/167) ##### Bug Fixes - bump the production-dependencies group across 1 directory with 3 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/create-github-app-token/pull/166](https://togithub.com/actions/create-github-app-token/pull/166) #### New Contributors - [@​vleon1a](https://togithub.com/vleon1a) made their first contribution in [https://github.com/actions/create-github-app-token/pull/155](https://togithub.com/actions/create-github-app-token/pull/155) **Full Changelog**: actions/create-github-app-token@v1.10.3...v1.10.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com>
Adjust to avoid creating a temporary buffer